google.golang.org/grpc.dialOptions.timeout (field)
4 uses
google.golang.org/grpc (current package)
clientconn.go#L217: if cc.dopts.timeout > 0 {
clientconn.go#L219: ctx, cancel = context.WithTimeout(ctx, cc.dopts.timeout)
dialoptions.go#L64: timeout time.Duration
dialoptions.go#L375: o.timeout = d
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)